
'Declaration
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])> Public MustInherit Class MenuBase(Of T) Inherits ComboBoxBase(Of T) Implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
'Usage
Dim instance As MenuBase(Of T)
[Scripts(Mono.Cecil.CustomAttributeArgument[])] public abstract class MenuBase<T> : ComboBoxBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
public class MenuBase = class(ComboBoxBase, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract;
JScript does not support Generics.
[Scripts(Mono.Cecil.CustomAttributeArgument[])] public __gc abstract class MenuBase<T> : public ComboBoxBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
[Scripts(Mono.Cecil.CustomAttributeArgument[])] generic<typename T> public ref class MenuBase abstract : public ComboBoxBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
System.Object
C1.Web.Mvc.Component
C1.Web.Mvc.Control
C1.Web.Mvc.ItemsBoundControl<T>
C1.Web.Mvc.DropDown<T>
C1.Web.Mvc.ComboBoxBase<T>
C1.Web.Mvc.MenuBase<T>
C1.Web.Mvc.Menu